﻿
.fixed-right {
    position: fixed;
    right: 20px;
    bottom: 40%;
    z-index: 9999;
    background: url(../img/fixed-bgw.png) no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 445px;
    font-weight: 300
}

.fixed-fix {
    position: fixed;
    right: 20px;
    bottom: 22%;
    z-index: 9999;
    display: block;
    background: url(../img/fixed-bgw.png) no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 445px;
    font-weight: 300
}

    .fixed-fix .online-service, .fixed-right .online-service {
        width: 140px;
        height: 49px;
        line-height: 42px;
        text-align: center;
        display: block;
        font-size: 18px;
        cursor: pointer;
        color: #ffffff;
    }

        .fixed-fix .online-service:hover, .fixed-right .online-service:hover {
            color: #ffde99;
        }

.fixed-head {
    display: block;
    cursor: pointer;
    margin: 0 4px;
}

    .fixed-head img {
        width: 100%;
    }

.fixed-linkw {
    margin: 32px 10px 0;
}

    .fixed-linkw li {
        background: url(../img/fixed-btnw.png) no-repeat center;
        cursor: pointer;
        margin-bottom: 10px;
    }

.message-consult, .phone-bj {
    display: block;
    width: 140px;
    height: 49px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

    .message-consult:hover, .phone-bj:hover {
        color: #fae3b3
    }

.phone-quote {
    position: relative
}

    .phone-quote .box {
        display: none;
        position: absolute;
        top: -48px;
        right: 116%;
        width: 246px;
        height: 144px;
        background: url(../img/ewm-telbg.png) no-repeat;
        background-size: 100% 100%;
        padding: 13px
    }

    .phone-quote:hover .box {
        display: block;
    }

    .phone-quote .box-left {
        float: left;
        width: 112px;
    }

        .phone-quote .box-left img {
            width: 100%;
            margin-top: -30px;
            -webkit-box-shadow: 0 0 10px rgba(46,115,99,.3);
            -moz-box-shadow: 0 0 10px rgba(46,115,99,.3);
            -ms-box-shadow: 0 0 10px rgba(46,115,99,.3);
            -o-box-shadow: 0 0 10px rgba(46,115,99,.3);
            box-shadow: 0 0 10px rgba(46,115,99,.3);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
        }

    .phone-quote .box-right {
        float: left;
        color: #FFF;
        font-size: 18px;
        margin-left: 16px;
        margin-top: 8px;
        line-height: 1.5;
    }

    .phone-quote .box strong {
        font-size: 24px;
        color: #ffcb52;
        display: block;
        margin-top: 3px;
        text-align: center;
    }

#back-top {
    text-align: center;
    color: #fce8be;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    position: relative;
    padding-top: 16px;
}

    #back-top:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 12px solid #f9e6bd;
    }

    #back-top:hover {
        color: #f0be4d;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

        #back-top:hover:after {
            border-bottom: 12px solid #f0be4d
        }

.clearfix {
    zoom: 1;
}
